Fix gtk3-demo Visual Studio projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 27 Feb 2013 04:33:42 +0000 (12:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 27 Feb 2013 04:33:42 +0000 (12:33 +0800)
commited5649a44b2dcfd175549aec203bfabc43092aae
tree9a8466010b3ff7684060abe24a3d8b4a81ef3067
parentc6eddaafed94bc47f197bfbea90ac9c50adf8f2d
Fix gtk3-demo Visual Studio projects

Since we are linking in the resource items by the source, we need to
disable WholeProgramOptimization so that the resource stuff does get linked
into the demo binaries, so that they can be loaded properly.

Also make sure that gtk3-demo-application is also built with the multibyte
character set, like the rest.

This should fix bug 694342, at least for Visual Studio builds.
build/win32/vs10/gtk3-demo-application.vcxproj
build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs9/gtk3-demo-application.vcproj
build/win32/vs9/gtk3-demo.vcproj